home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Interface / it.dig / scripts / DefineButton2_213 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-07-26  |  125 b   |  6 lines

  1. on(release){
  2.    _level6.naveg("REVISTA DIGITAL");
  3.    _global.Categoria_xml = "REVISTA";
  4.    _root.categoria_mc.play();
  5. }
  6.